This script synchronizes a local directory with a Google Cloud Storage bucket, but only if a directory path is provided as input.
add public permissions to google cloud storageThis script grants read access to all users on a specified Google Cloud Storage bucket and its contents, provided a bucket name is given as input.
copy html to google cloud storageThis Bash script processes HTML files in a specified directory, sets their content type to "text/html; charset=utf-8", and uploads them to Google Cloud Storage.
test command argumentsThis Bash script takes three command-line arguments and prints each one to the console on a separate line.
deploy a cloud functionThis script deploys a Node.js function to Google Cloud Functions, taking the function name as input and configuring it to be triggered by HTTP requests.